Fix license mismatch: use MIT in all POM declarations#174
Merged
Conversation
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Closes #168 Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
ⓘ You've reached your Qodo monthly free-tier limit. Reviews pause until next month — upgrade your plan to continue now, or link your paid account if you already have one. |
kirich1409
added a commit
that referenced
this pull request
May 17, 2026
Rename [Unreleased] to [1.0.0-Beta1] - 2026-05-17, add empty [Unreleased] section, add compare-link, restructure Added section by area, and backfill items audited against git log: - Added: enum DSL (#162), CC support (#164), JavaPreferences default (#167), lint detectors (#141, #176, #181), Detekt rules (#142), FlagRegistry codegen (#110), AGP Variant ProGuard auto-wire, E2E test, R8 DCE module (#165), SECURITY.md (#173), GH templates (#175). - Changed: AGP 9.1 / Gradle 9.3 migration (#135), providers/ directory reshuffle (#128). - Removed: BCV plugin (#150), @LocalFlag/@RemoteFlag. - Fixed: Firebase wrap RuntimeException (#151), MIT POM (#174), quickstart artifact IDs (#179). Closes #166.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
build.gradle.ktspublishing blocks declared Apache 2.0 in their POM<licenses>section, contradicting the MITLICENSEfile and README badgenameto"MIT License"andurlto"https://opensource.org/licenses/MIT"in every affected moduleCloses #168